POST /MetricSet/RestoreUndoFrame/{id}/

Restores the metric set to the given undo frame ID.
 

Request

Method Request URI
POST /API/MetricSet/RestoreUndoFrame/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the metric set to restore the undo frame to.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: frameId
Type: System.Int64

Response

Response Body

A Dundas.BI.WebApi.Models.MetricSetData object containing the updated data cube data, or a status code indicating the problem.